From a853c3c5f774f6c3e8cd5079538314f4e295a97b Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Jan 2004 23:47:34 +0000 Subject: [PATCH] Only include unistd.h in POSIX-land. --- jeeps/gpsserial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeeps/gpsserial.c b/jeeps/gpsserial.c index fbbfbcbad..a2e24e75e 100644 --- a/jeeps/gpsserial.c +++ b/jeeps/gpsserial.c @@ -28,7 +28,6 @@ #include #include #include -#include #include /* @@ -140,6 +139,7 @@ int32 GPS_Serial_Read(int32 ignored, void *ibuf, int size) #include #include #include +#include static struct termios gps_ttysave; -- 2.30.2